[<-.neptune.new.metadata_containers.run.Run {neptune} | R Documentation |
Assigns the provided value to the field.
Description
Assigns the provided value to the field.
Arguments
x |
Neptune Run object |
i |
string, name of the field to set |
value |
value which is assigned to field |
Value
None
Author(s)
Authors:
Mateusz Dominiak
Maintainer: Neptune DevTeam Devbackend@neptune.ai
See Also
Useful links:
Documentation https://docs.neptune.ai/
Report bugs at https://github.com/neptune-ai/neptune-r/issues
Examples
## Not run:
# We are using api token for an anonymous user neptuner. For your projects use your private token.
run <- neptune_init(api_token = 'ANONYMOUS',
project = "common-r/quickstarts")
run['epochs'] <- 100
## End(Not run)
[Package neptune version 0.2.3 Index]